TILEIMP_ADVANCED_FARMS {
   Icon ICON_TILEIMP_ADVANCED_FARMS
   Tooltip TOOLTIP_TILEIMP_SELECT_FARM2_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_FARM2_BUTTON
   Level 2
   Class:Farm

   ConstructionTiles 1
   ConstructionTiles 6
   ConstructionTiles 7

   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_MOUNTAIN
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_GRASSLAND
      
      BonusFood 18
      BonusProduction 9
      BonusGold 4
      EnableAdvance ADVANCE_AGRICULTURAL_REVOLUTION
      ProductionCost 250
      ProductionTime 3
      TilesetIndex 8
   }

   TerrainEffect {
     	Terrain TERRAIN_PLAINS

      BonusFood 15
      BonusProduction 7
      BonusGold 4
      EnableAdvance ADVANCE_AGRICULTURAL_REVOLUTION
      ProductionCost 375
      ProductionTime 4
      TilesetIndex 8
   }

   TerrainEffect {
      Terrain TERRAIN_HILL
      
      BonusFood 12
      BonusProduction 5
      BonusGold 4
      EnableAdvance ADVANCE_AGRO_INDUSTRY
      ProductionCost 500
      ProductionTime 5
      TilesetIndex 8
   }

   TerrainEffect {
      Terrain TERRAIN_FOREST
      
      BonusFood 12
      BonusProduction 5
      BonusGold 4
      EnableAdvance ADVANCE_CONSERVATION
      ProductionCost 500
      ProductionTime 4
      TilesetIndex 8
   }

   TerrainEffect {
      Terrain TERRAIN_MOUNTAIN
           
      BonusFood 8
      BonusProduction 4
      BonusGold 2
      EnableAdvance ADVANCE_CONSERVATION
      ProductionCost 625
      ProductionTime 6
      TilesetIndex 8
   }

   TerrainEffect {
      Terrain TERRAIN_DESERT
      
      BonusFood 4
      BonusProduction 2
      BonusGold 2
      EnableAdvance ADVANCE_CONSERVATION
      ProductionCost 750
      ProductionTime 7
      TilesetIndex 8
   }
}

############################################################

TILEIMP_ADVANCED_MINES {
   Icon ICON_TILEIMP_ADVANCED_MINES
   Tooltip TOOLTIP_TILEIMP_SELECT_MINE2_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_MINE2_BUTTON
   Level 2
   Class:Mine

   ConstructionTiles 1
   ConstructionTiles 15
   ConstructionTiles 16

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_PLAINS

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_PLAINS
      Terrain TERRAIN_GRASSLAND

      BonusFood 2      
      BonusProduction 10
      BonusGold 7
      EnableAdvance ADVANCE_EXPLOSIVES
      ProductionCost 875
      ProductionTime 3
      TilesetIndex 17
   }

   TerrainEffect {
      Terrain TERRAIN_DESERT
      Terrain TERRAIN_BROWN_HILL

      BonusFood 2      
      BonusProduction 15
      BonusGold 8
      EnableAdvance ADVANCE_EXPLOSIVES
      ProductionCost 875
      ProductionTime 3
      TilesetIndex 17
   }

   TerrainEffect {
      Terrain TERRAIN_HILL
      Terrain TERRAIN_WHITE_HILL

      BonusFood 2
      BonusProduction 20
      BonusGold 11
      EnableAdvance ADVANCE_EXPLOSIVES
      ProductionCost 1000
      ProductionTime 3
      TilesetIndex 17
   }

   TerrainEffect {
      Terrain TERRAIN_BROWN_MOUNTAIN
      Terrain TERRAIN_MOUNTAIN

      BonusFood 2      
      BonusProduction 25
      BonusGold 14
      EnableAdvance ADVANCE_EXPLOSIVES
      ProductionCost 1250
      ProductionTime 4
      TilesetIndex 17
   }

   TerrainEffect {
      Terrain TERRAIN_WHITE_MOUNTAIN

      BonusFood 2
      BonusProduction 25
      BonusGold 14
      EnableAdvance ADVANCE_EXPLOSIVES
      ProductionCost 1750
      ProductionTime 5
      TilesetIndex 17
   }
}

############################################################

TILEIMP_ADVANCED_UNDERSEA_MINES {
   Icon ICON_TILEIMP_ADVANCED_UNDERSEA_MINES
   Tooltip TOOLTIP_TILEIMP_SELECT_RIG2_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_RIG2_BUTTON
   Level 2
   Class:OceanMine

   ConstructionTiles 50
   ConstructionTiles 55
   ConstructionTiles 56

   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_WATER_DEEP

      BonusProduction 32
      BonusGold 12
      EnableAdvance ADVANCE_NANO_MACHINES
      ProductionCost 1250
      ProductionTime 2
      TilesetIndex 57
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_RIFT

      BonusProduction 47
      BonusGold 17
      EnableAdvance ADVANCE_HIGH_PRES_CONSTRUCTION
      ProductionCost 1750
      ProductionTime 4
      TilesetIndex 57
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_VOLCANO

      BonusProduction 62
      BonusGold 22
      EnableAdvance ADVANCE_HIGH_PRES_CONSTRUCTION
      ProductionCost 2250
      ProductionTime 5
      TilesetIndex 57
   }
}

############################################################

TILEIMP_AIR_BASES {
   Icon ICON_TILEIMP_AIR_BASES
   Tooltip TOOLTIP_TILEIMP_SELECT_AIRBASE_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_AIRBASE_BUTTON
   Level 2
   Class:Structure1

   ConstructionTiles 1
   ConstructionTiles 33
   ConstructionTiles 33

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_GLACIER

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_BROWN_HILL
      Terrain TERRAIN_BROWN_MOUNTAIN
      Terrain TERRAIN_DESERT
      Terrain TERRAIN_FOREST
      Terrain TERRAIN_GRASSLAND
      Terrain TERRAIN_HILL
      Terrain TERRAIN_JUNGLE
      Terrain TERRAIN_MOUNTAIN
      Terrain TERRAIN_PLAINS
      Terrain TERRAIN_SWAMP
      Terrain TERRAIN_TUNDRA
      Terrain TERRAIN_WHITE_HILL
      Terrain TERRAIN_WHITE_MOUNTAIN

      Airport
      VisionRange 3
      RadarRange 3
      EnableAdvance ADVANCE_NAVAL_AVIATION
      ProductionCost 600
      ProductionTime 3
      TilesetIndex 32
   }
}

############################################################

TILEIMP_AUTOMATED_FISHERIES {
   Icon ICON_TILEIMP_AUTOMATED_FISHERIES
   Tooltip TOOLTIP_TILEIMP_SELECT_NET3_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_NET3_BUTTON
   Level 3
   Class:OceanFarm

   ConstructionTiles 50
   ConstructionTiles 50
   ConstructionTiles 50

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_REEF
   CantBuildOn TERRAIN_WATER_KELP
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_WATER_SHELF
 
      BonusFood 32
      EnableAdvance ADVANCE_ROBOTICS
      ProductionCost 1500
      ProductionTime 3
      TilesetIndex 67
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_DEEP
      Terrain TERRAIN_WATER_RIFT
      Terrain TERRAIN_WATER_TRENCH

      BonusFood 42
      EnableAdvance ADVANCE_ROBOTICS
      ProductionCost 2000
      ProductionTime 4
      TilesetIndex 67
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_VOLCANO

      BonusFood 52
      EnableAdvance ADVANCE_ROBOTICS
      ProductionCost 2500
      ProductionTime 5
      TilesetIndex 67
   }
}

############################################################

TILEIMP_DRILLING_PLATFORM {
   Icon ICON_TILEIMP_DRILLING_PLATFORM
   Tooltip TOOLTIP_TILEIMP_SELECT_PIER2_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_PIER2_BUTTON
   Level 2
   Class:OceanMine

   ConstructionTiles 50
   ConstructionTiles 74
   ConstructionTiles 75

   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_WHITE_MOUNTAIN
   CantBuildOn TERRAIN_BROWN_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_WATER_REEF
      Terrain TERRAIN_SWAMP

      BonusFood 4
      BonusProduction 12
      BonusGold 8
      EnableAdvance ADVANCE_ELECTRICITY
      ProductionCost 300
      ProductionTime 3
      TilesetIndex 76
   }

   TerrainEffect {
      Terrain TERRAIN_TUNDRA
      Terrain TERRAIN_WATER_SHELF
 
      BonusFood 4
      BonusProduction 12
      BonusGold 10
      EnableAdvance ADVANCE_MASS_PRODUCTION
      ProductionCost 350
      ProductionTime 4
      TilesetIndex 76
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_BEACH

      BonusFood 11
      BonusProduction 12
      BonusGold 4
      EnableAdvance ADVANCE_ELECTRICITY
      ProductionCost 250
      ProductionTime 3
      TilesetIndex 76
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_SHALLOW
      Terrain TERRAIN_WATER_KELP

      BonusFood 2
      BonusProduction 12
      BonusGold 6
      EnableAdvance ADVANCE_ELECTRICITY
      ProductionCost 250
      ProductionTime 3
      TilesetIndex 76
   }

   TerrainEffect {
      Terrain TERRAIN_DESERT
      Terrain TERRAIN_BROWN_HILL
      Terrain TERRAIN_JUNGLE

      BonusFood 2    
      BonusProduction 10
      BonusGold 6
      EnableAdvance ADVANCE_CHEMISTRY
      ProductionCost 200
      ProductionTime 2
      TilesetIndex 76
   }

   TerrainEffect {
      Terrain TERRAIN_WHITE_HILL
      Terrain TERRAIN_HILL
 
      BonusFood 2    
      BonusProduction 10
      BonusGold 6
      EnableAdvance ADVANCE_EXPLOSIVES
      ProductionCost 300
      ProductionTime 2
      TilesetIndex 76
   }
}

############################################################

TILEIMP_FARMS {
   Icon ICON_TILEIMP_FARMS
   Tooltip TOOLTIP_TILEIMP_SELECT_FARM1_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_FARM1_BUTTON
   Level 1
   Class:Farm

   ConstructionTiles 1
   ConstructionTiles 3
   ConstructionTiles 4

   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_MOUNTAIN
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_BROWN_HILL

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_GRASSLAND
      
      BonusFood 12
      BonusProduction 6
      BonusGold 2
      EnableAdvance ADVANCE_AGRICULTURE
      ProductionCost 250
      ProductionTime 2
      TilesetIndex 5
   }

   TerrainEffect {
      Terrain TERRAIN_PLAINS

      BonusFood 10
      BonusProduction 5
      BonusGold 2
      EnableAdvance ADVANCE_AGRICULTURE
      ProductionCost 312
      ProductionTime 2
      TilesetIndex 5
   }

   TerrainEffect {
      Terrain TERRAIN_HILL
      
      BonusFood 8
      BonusProduction 4
      BonusGold 2
      EnableAdvance ADVANCE_AGRICULTURAL_REVOLUTION
      ProductionCost 375
      ProductionTime 3
      TilesetIndex 5
   }

   TerrainEffect {
      Terrain TERRAIN_FOREST
      
      BonusFood 8
      BonusProduction 4
      BonusGold 2
      EnableAdvance ADVANCE_CONSERVATION
      ProductionCost 375
      ProductionTime 2
      TilesetIndex 5
   }

   TerrainEffect {
      Terrain TERRAIN_MOUNTAIN
      
      BonusFood 6
      BonusProduction 3
      BonusGold 2
      EnableAdvance ADVANCE_AGRO_INDUSTRY
      ProductionCost 500
      ProductionTime 4
      TilesetIndex 5
   }

   TerrainEffect {
      Terrain TERRAIN_DESERT
      
      BonusFood 4
      BonusProduction 1
      BonusGold 1
      EnableAdvance ADVANCE_AGRO_INDUSTRY
      ProductionCost 500
      ProductionTime 4
      TilesetIndex 5
   }
}

############################################################

TILEIMP_FISHERIES {
   Icon ICON_TILEIMP_FISHERIES
   Tooltip TOOLTIP_TILEIMP_SELECT_NET2_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_NET2_BUTTON
   Level 2
   Class:OceanFarm

   ConstructionTiles 50
   ConstructionTiles 50
   ConstructionTiles 50

   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN
   CantBuildOn TERRAIN_WATER_BEACH

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_WATER_SHALLOW
 	Terrain TERRAIN_WATER_REEF

      BonusFood 22
      EnableAdvance ADVANCE_COMPASS
      ProductionCost 500
      ProductionTime 2
      TilesetIndex 64
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_DEEP
      Terrain TERRAIN_WATER_RIFT
      Terrain TERRAIN_WATER_TRENCH
      Terrain TERRAIN_WATER_SHELF

      BonusFood 27
      EnableAdvance ADVANCE_MASS_PRODUCTION
      ProductionCost 750
      ProductionTime 3
      TilesetIndex 64
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_VOLCANO

      BonusFood 32
      EnableAdvance ADVANCE_MASS_PRODUCTION
      ProductionCost 1000
      ProductionTime 4
      TilesetIndex 64
   }
}

############################################################

TILEIMP_FORTIFICATIONS {
   Icon ICON_TILEIMP_FORTIFICATIONS
   Tooltip TOOLTIP_TILEIMP_SELECT_FORT_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_FORT_BUTTON
   Level 1
   IntBorderRadius 2
   SquaredBorderRadius 5
   Class:Structure1

   ConstructionTiles 1
   ConstructionTiles 80
   ConstructionTiles 81

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_BROWN_MOUNTAIN
      Terrain TERRAIN_DESERT
      Terrain TERRAIN_FOREST
      Terrain TERRAIN_GLACIER
      Terrain TERRAIN_GRASSLAND
      Terrain TERRAIN_HILL
      Terrain TERRAIN_JUNGLE
      Terrain TERRAIN_MOUNTAIN
      Terrain TERRAIN_PLAINS
      Terrain TERRAIN_SWAMP
      Terrain TERRAIN_TUNDRA
      Terrain TERRAIN_WHITE_HILL
      Terrain TERRAIN_WHITE_MOUNTAIN

      VisionRange 3
      DefenseBonus 1.25
      EnableAdvance ADVANCE_ENGINEERING
      ProductionCost 1250
      ProductionTime 3
      TilesetIndex 82
   }
}

############################################################

TILEIMP_HYDROPONIC_FARMS {
   Icon ICON_TILEIMP_HYDROPONIC_FARMS
   Tooltip TOOLTIP_TILEIMP_SELECT_FARM3_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_FARM3_BUTTON
   Level 3
   Class:Farm

   ConstructionTiles 1
   ConstructionTiles 9
   ConstructionTiles 10

   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_MOUNTAIN
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_GRASSLAND
      
      BonusFood 27
      BonusProduction 12
      BonusGold 6
      EnableAdvance ADVANCE_AGRO_INDUSTRY
      ProductionCost 750
      ProductionTime 3
      TilesetIndex 11
   }

   TerrainEffect {
      Terrain TERRAIN_PLAINS

      BonusFood 22
      BonusProduction 10
      BonusGold 6
      EnableAdvance ADVANCE_AGRO_INDUSTRY
      ProductionCost 1000
      ProductionTime 3
      TilesetIndex 11
   }

   TerrainEffect {
      Terrain TERRAIN_HILL

      BonusFood 17
      BonusProduction 8
      BonusGold 6
      EnableAdvance ADVANCE_NANO_MACHINES
      ProductionCost 1250
      ProductionTime 4
      TilesetIndex 11
   }

   TerrainEffect {
      Terrain TERRAIN_MOUNTAIN
 
      BonusFood 12
      BonusProduction 6
      BonusGold 4
      EnableAdvance ADVANCE_NANO_MACHINES
      ProductionCost 1500
      ProductionTime 4
      TilesetIndex 11
   }

   TerrainEffect {
      Terrain TERRAIN_DESERT

      BonusFood 7
      BonusProduction 4
      BonusGold 2
      EnableAdvance ADVANCE_NANO_MACHINES
      ProductionCost 1500
      ProductionTime 4
      TilesetIndex 11
   }

   TerrainEffect {
      Terrain TERRAIN_FOREST

      BonusFood 34
      BonusProduction 19
      BonusGold 12
      EnableAdvance ADVANCE_CONSERVATION
      ProductionCost 500
      ProductionTime 2
      TilesetIndex 11
   }

}

############################################################

TILEIMP_LISTENING_POSTS {
   Icon ICON_TILEIMP_LISTENING_POSTS
   Tooltip TOOLTIP_TILEIMP_SELECT_LISTENPOST_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_LISTENPOST_BUTTON
   Level 1
   Class:LandDetector

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO

   CanSee:Standard
   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_BROWN_HILL
      Terrain TERRAIN_BROWN_MOUNTAIN
      Terrain TERRAIN_DESERT
      Terrain TERRAIN_FOREST
      Terrain TERRAIN_GLACIER
      Terrain TERRAIN_GRASSLAND
      Terrain TERRAIN_HILL
      Terrain TERRAIN_JUNGLE
      Terrain TERRAIN_MOUNTAIN
      Terrain TERRAIN_PLAINS
      Terrain TERRAIN_SWAMP
      Terrain TERRAIN_TUNDRA
      Terrain TERRAIN_WHITE_HILL
      Terrain TERRAIN_WHITE_MOUNTAIN

      Radar
      ListeningPost
      VisionRange 100
      RadarRange 100
      EnableAdvance ADVANCE_SLAVE_LABOR	//JD from TELEGRAPH
      ProductionCost 500
      ProductionTime 2
      TilesetIndex 30
   }
}

############################################################

TILEIMP_MAGLEV {
   Icon ICON_TILEIMP_MAGLEV
   Tooltip TOOLTIP_TILEIMP_SELECT_ROAD3_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_ROAD3_BUTTON
   Level 3
   Class:Road

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO

   Excludes:Road
   Excludes:OceanRoad

   TerrainEffect {
      Terrain TERRAIN_DESERT
      Terrain TERRAIN_GRASSLAND
      Terrain TERRAIN_PLAINS

      MoveCost 10
      EnableAdvance ADVANCE_HT_SUPERCONDUCTOR
      ProductionCost 50
      ProductionTime 2
      TilesetIndex 400
   }

   TerrainEffect {
      Terrain TERRAIN_FOREST
      Terrain TERRAIN_HILL
      Terrain TERRAIN_JUNGLE
      
      MoveCost 10
      EnableAdvance ADVANCE_HT_SUPERCONDUCTOR
      ProductionCost 75
      ProductionTime 3
      TilesetIndex 400
   }

   TerrainEffect {
      Terrain TERRAIN_SWAMP
      Terrain TERRAIN_TUNDRA
      Terrain TERRAIN_BROWN_HILL
      Terrain TERRAIN_WHITE_HILL

      MoveCost 10
      EnableAdvance ADVANCE_HT_SUPERCONDUCTOR
      ProductionCost 125
      ProductionTime 3
      TilesetIndex 400
   }

   TerrainEffect {
      Terrain TERRAIN_BROWN_MOUNTAIN
      Terrain TERRAIN_MOUNTAIN
      Terrain TERRAIN_WHITE_MOUNTAIN

      MoveCost 10
      EnableAdvance ADVANCE_HT_SUPERCONDUCTOR
      ProductionCost 175
      ProductionTime 4
      TilesetIndex 400
   }
}

############################################################

TILEIMP_MEGA_MINES {
   Icon ICON_TILEIMP_MEGA_MINES
   Tooltip TOOLTIP_TILEIMP_SELECT_MINE3_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_MINE3_BUTTON
   Level 3
   Class:Mine

   ConstructionTiles 1
   ConstructionTiles 18
   ConstructionTiles 19

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_GRASSLAND
      Terrain TERRAIN_PLAINS

      BonusFood 3
      BonusProduction 13
      BonusGold 9
      EnableAdvance ADVANCE_ULTRAPRESSURE_MACHINERY
      ProductionCost 1500
      ProductionTime 2
      TilesetIndex 20
   }
   TerrainEffect {
      Terrain TERRAIN_DESERT
      Terrain TERRAIN_BROWN_HILL

      BonusFood 3      
      BonusProduction 18
      BonusGold 10
      EnableAdvance ADVANCE_ULTRAPRESSURE_MACHINERY
      ProductionCost 1625
      ProductionTime 3
      TilesetIndex 20
   }

   TerrainEffect {
      Terrain TERRAIN_HILL
      Terrain TERRAIN_WHITE_HILL

      BonusFood 3
      BonusProduction 24
      BonusGold 14
      EnableAdvance ADVANCE_ULTRAPRESSURE_MACHINERY
      ProductionCost 1750
      ProductionTime 4
      TilesetIndex 20
   }

   TerrainEffect {
      Terrain TERRAIN_BROWN_MOUNTAIN
      Terrain TERRAIN_MOUNTAIN
      Terrain TERRAIN_WHITE_MOUNTAIN

      BonusProduction 30
      BonusGold 18
      EnableAdvance ADVANCE_ULTRAPRESSURE_MACHINERY
      ProductionCost 2250
      ProductionTime 5
      TilesetIndex 20
   }
}

############################################################

TILEIMP_MEGA_UNDERSEA_MINES {
   Icon ICON_TILEIMP_MEGA_UNDERSEA_MINES
   Tooltip TOOLTIP_TILEIMP_SELECT_RIG3_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_RIG3_BUTTON
   Level 3
   Class:OceanMine

   ConstructionTiles 50
   ConstructionTiles 58
   ConstructionTiles 59

   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_WATER_DEEP

      BonusProduction 45
      BonusGold 15
      EnableAdvance ADVANCE_HIGH_PRES_CONSTRUCTION
      ProductionCost 2400
      ProductionTime 3
      TilesetIndex 60
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_RIFT

      BonusProduction 60
      BonusGold 20
      EnableAdvance ADVANCE_HIGH_PRES_CONSTRUCTION
      ProductionCost 3200
      ProductionTime 4
      TilesetIndex 60
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_VOLCANO

      BonusProduction 90
      BonusGold 30
      EnableAdvance ADVANCE_HIGH_PRES_CONSTRUCTION
      ProductionCost 4800
      ProductionTime 6
      TilesetIndex 60
   }
}

############################################################

TILEIMP_MINES {
   Icon ICON_TILEIMP_MINES
   Tooltip TOOLTIP_TILEIMP_SELECT_MINE1_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_MINE1_BUTTON
   Level 1
   Class:Mine

   ConstructionTiles 1
   ConstructionTiles 12
   ConstructionTiles 13

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_GRASSLAND
      Terrain TERRAIN_PLAINS

      BonusFood 1
      BonusProduction 7
      BonusGold 5
      EnableAdvance ADVANCE_EXPLOSIVES
      ProductionCost 250
      ProductionTime 2
      TilesetIndex 14
   }

   TerrainEffect {
      Terrain TERRAIN_DESERT
      Terrain TERRAIN_BROWN_HILL
      
      BonusFood 1
      BonusProduction 11
      BonusGold 7
      EnableAdvance ADVANCE_EXPLOSIVES
      ProductionCost 300
      ProductionTime 3
      TilesetIndex 14
   }

   TerrainEffect {
      Terrain TERRAIN_HILL
      Terrain TERRAIN_WHITE_HILL

      BonusFood 2
      BonusProduction 15
      BonusGold 9
      EnableAdvance ADVANCE_SLAVE_LABOR
      ProductionCost 350
      ProductionTime 4
      TilesetIndex 14
   }

   TerrainEffect {
      Terrain TERRAIN_BROWN_MOUNTAIN
      Terrain TERRAIN_MOUNTAIN
      Terrain TERRAIN_WHITE_MOUNTAIN

      BonusFood 2
      BonusProduction 19
      BonusGold 11
      EnableAdvance ADVANCE_SLAVE_LABOR
      ProductionCost 400
      ProductionTime 5
      TilesetIndex 14
   }
}

############################################################

TILEIMP_NATURE_PRESERVE {
   Icon ICON_TILEIMP_NATURE_PRESERVE
   Tooltip TOOLTIP_TILEIMP_SELECT_ATM3_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_ATM3_BUTTON
   Level 3
   Class:ATM

   ConstructionTiles 1
   ConstructionTiles 29
   ConstructionTiles 28

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_GRASSLAND
      Terrain TERRAIN_PLAINS
      Terrain TERRAIN_DESERT
      Terrain TERRAIN_TUNDRA
      Terrain TERRAIN_FOREST

      BonusFood 19
      BonusProduction 10
	BonusGold 5
      EnableAdvance ADVANCE_ECOTOPIA
      ProductionCost 1500
      ProductionTime 2
      TilesetIndex 27
   }

   TerrainEffect {
      Terrain TERRAIN_JUNGLE

      BonusFood 37
      BonusProduction 19
	BonusGold 9
      EnableAdvance ADVANCE_CONSERVATION
      ProductionCost 750
      ProductionTime 2
      TilesetIndex 27
   }

   TerrainEffect {
      Terrain TERRAIN_SWAMP

      BonusFood 40
      BonusProduction 22
	BonusGold 12
      EnableAdvance ADVANCE_CONSERVATION
      ProductionCost 750
      ProductionTime 2
      TilesetIndex 27
   }
}

############################################################

TILEIMP_NETS {
   Icon ICON_TILEIMP_NETS
   Tooltip TOOLTIP_TILEIMP_SELECT_NET1_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_NET1_BUTTON
   Level 1
   Class:OceanFarm

   ConstructionTiles 50
   ConstructionTiles 50
   ConstructionTiles 61

   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_WATER_BEACH
      
      BonusFood 6
      BonusProduction 3
      BonusGold 3
      EnableAdvance ADVANCE_HULL_MAKING
      ProductionCost 250
      ProductionTime 2
      TilesetIndex 62
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_SHALLOW
 	Terrain TERRAIN_WATER_REEF

      BonusFood 12
      EnableAdvance ADVANCE_SHIP_BUILDING
      ProductionCost 300
      ProductionTime 2
      TilesetIndex 62
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_DEEP
      Terrain TERRAIN_WATER_RIFT
      Terrain TERRAIN_WATER_TRENCH
      Terrain TERRAIN_WATER_SHELF

      BonusFood 15
      EnableAdvance ADVANCE_COMPASS
      ProductionCost 350
      ProductionTime 3
      TilesetIndex 62
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_VOLCANO

      BonusFood 18
      EnableAdvance ADVANCE_COMPASS
      ProductionCost 400
      ProductionTime 4
      TilesetIndex 62
   }
}

############################################################

TILEIMP_PROCESSING_TOWER {
   Icon ICON_TILEIMP_PROCESSING_TOWER
   Tooltip TOOLTIP_TILEIMP_SELECT_OBELISK_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_OBELISK_BUTTON
   Level 3
   Class:Structure1

   ConstructionTiles 1
   ConstructionTiles 77
   ConstructionTiles 78

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanATM
   Excludes:OceanDetector
   Excludes:OceanFarm
   Excludes:OceanMine
   Excludes:Structure1
   Excludes:Structure2

   TerrainEffect {
      Terrain TERRAIN_BROWN_HILL
      Terrain TERRAIN_BROWN_MOUNTAIN
      Terrain TERRAIN_DEAD
      Terrain TERRAIN_DESERT
      Terrain TERRAIN_FOREST
      Terrain TERRAIN_GLACIER
      Terrain TERRAIN_GRASSLAND
      Terrain TERRAIN_HILL
      Terrain TERRAIN_JUNGLE
      Terrain TERRAIN_MOUNTAIN
      Terrain TERRAIN_PLAINS
      Terrain TERRAIN_SWAMP
      Terrain TERRAIN_TUNDRA
      Terrain TERRAIN_WATER_BEACH
      Terrain TERRAIN_WATER_DEEP
      Terrain TERRAIN_WATER_KELP
      Terrain TERRAIN_WATER_REEF
      Terrain TERRAIN_WATER_RIFT
      Terrain TERRAIN_WATER_SHALLOW
      Terrain TERRAIN_WATER_SHELF
      Terrain TERRAIN_WATER_TRENCH
      Terrain TERRAIN_WATER_VOLCANO
      Terrain TERRAIN_WHITE_HILL
      Terrain TERRAIN_WHITE_MOUNTAIN

      Endgame
      VisionRange 2
      RadarRange 2
      EnableAdvance ADVANCE_GAIA_CONTROLLER
      ProductionCost 3000
      ProductionTime 5
      TilesetIndex 79
   }
}

############################################################

TILEIMP_PORT {
   Icon ICON_TILEIMP_PORT
   Tooltip TOOLTIP_TILEIMP_SELECT_PIER1_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_PIER1_BUTTON
   Level 1
   Class:OceanATM

   ConstructionTiles 50
   ConstructionTiles 71
   ConstructionTiles 72

   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DEAD
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_WATER_BEACH

      BonusFood 10
      BonusProduction 4
      BonusGold 4
      EnableAdvance ADVANCE_CURRENCY
      ProductionCost 375
      ProductionTime 3
      TilesetIndex 73
   }
}

############################################################

TILEIMP_RADAR_STATIONS {
   Icon ICON_TILEIMP_RADAR_STATIONS
   Tooltip TOOLTIP_TILEIMP_SELECT_RADARTOWER_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_RADARTOWER_BUTTON
   Level 2
   Class:LandDetector

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_GLACIER

   CanSee:Standard
   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_HILL
      Terrain TERRAIN_BROWN_HILL
      Terrain TERRAIN_WHITE_HILL
      Terrain TERRAIN_WHITE_MOUNTAIN
      Terrain TERRAIN_MOUNTAIN
      Terrain TERRAIN_BROWN_MOUNTAIN
      Terrain TERRAIN_DESERT
      Terrain TERRAIN_FOREST
      Terrain TERRAIN_GRASSLAND
      Terrain TERRAIN_JUNGLE
      Terrain TERRAIN_PLAINS
      Terrain TERRAIN_SWAMP
      Terrain TERRAIN_TUNDRA

      Radar
      ListeningPost
      VisionRange 8
      RadarRange 8
      EnableAdvance ADVANCE_RADAR
      ProductionCost 1200
      ProductionTime 4
      TilesetIndex 35
   }
}

############################################################

TILEIMP_RAILROAD {
   Icon ICON_TILEIMP_RAILROAD
   Tooltip TOOLTIP_TILEIMP_SELECT_ROAD2_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_ROAD2_BUTTON
   Level 2
   Class:Road

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO

   Excludes:Road
   Excludes:OceanRoad

   TerrainEffect {
      Terrain TERRAIN_GRASSLAND
      Terrain TERRAIN_PLAINS

      MoveCost 20
      EnableAdvance ADVANCE_RAILROAD
      ProductionCost 20
      ProductionTime 1
      TilesetIndex 300
   }

   TerrainEffect {
      Terrain TERRAIN_FOREST
      Terrain TERRAIN_HILL
      Terrain TERRAIN_JUNGLE
 
      MoveCost 25
      EnableAdvance ADVANCE_RAILROAD
      ProductionCost 25
      ProductionTime 2
      TilesetIndex 300
   }

   TerrainEffect {
      Terrain TERRAIN_SWAMP
      Terrain TERRAIN_TUNDRA
      Terrain TERRAIN_DESERT

      MoveCost 25
      EnableAdvance ADVANCE_RAILROAD
      ProductionCost 50
      ProductionTime 3
      TilesetIndex 300
   }

   TerrainEffect {
      Terrain TERRAIN_MOUNTAIN
      Terrain TERRAIN_WHITE_MOUNTAIN
      Terrain TERRAIN_WHITE_HILL
      
      MoveCost 33
      EnableAdvance ADVANCE_EXPLOSIVES
      ProductionCost 75
      ProductionTime 4
      TilesetIndex 300
   }

   TerrainEffect {
      Terrain TERRAIN_BROWN_MOUNTAIN
      Terrain TERRAIN_BROWN_HILL
 
      MoveCost 33
      EnableAdvance ADVANCE_EXPLOSIVES
      ProductionCost 100
      ProductionTime 4
      TilesetIndex 300
   }
}

############################################################

TILEIMP_ROAD {
   Icon ICON_TILEIMP_ROAD
   Tooltip TOOLTIP_TILEIMP_SELECT_ROAD1_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_ROAD1_BUTTON
   Level 1
   Class:Road

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_GLACIER

   Excludes:Road
   Excludes:OceanRoad

   TerrainEffect {
      Terrain TERRAIN_GRASSLAND
      Terrain TERRAIN_PLAINS
      Terrain TERRAIN_SPECIAL1
      Terrain TERRAIN_SPECIAL2

      MoveCost 25
      EnableAdvance ADVANCE_WHEEL
      ProductionCost 25
      ProductionTime 1
      TilesetIndex 200
   }

   TerrainEffect {
      Terrain TERRAIN_DESERT
      Terrain TERRAIN_FOREST
      
      MoveCost 33
      EnableAdvance ADVANCE_WHEEL
      ProductionCost 33
      ProductionTime 2
      TilesetIndex 200
   }

   TerrainEffect {
      Terrain TERRAIN_HILL

      MoveCost 33
      EnableAdvance ADVANCE_WHEEL
      ProductionCost 44
      ProductionTime 2
      TilesetIndex 200
   }

   TerrainEffect {
      Terrain TERRAIN_WHITE_HILL

      MoveCost 50
      EnableAdvance ADVANCE_WHEEL
      ProductionCost 50
      ProductionTime 3
      TilesetIndex 200
   }
   
   TerrainEffect {
      Terrain TERRAIN_JUNGLE

      MoveCost 50
      EnableAdvance ADVANCE_WHEEL
      ProductionCost 60
      ProductionTime 3
      TilesetIndex 200
   }
      
   TerrainEffect {
      Terrain TERRAIN_SWAMP
      Terrain TERRAIN_TUNDRA
  
      MoveCost 50
      EnableAdvance ADVANCE_WHEEL
      ProductionCost 75
      ProductionTime 3
      TilesetIndex 200
   }

   TerrainEffect {
      Terrain TERRAIN_MOUNTAIN
      Terrain TERRAIN_WHITE_MOUNTAIN

      MoveCost 50
      EnableAdvance ADVANCE_ENGINEERING
      ProductionCost 100
      ProductionTime 4
      TilesetIndex 200
   }

   TerrainEffect {
      Terrain TERRAIN_BROWN_HILL
      Terrain TERRAIN_BROWN_MOUNTAIN

      MoveCost 50
      EnableAdvance ADVANCE_RAILROAD
      ProductionCost 100
      ProductionTime 4
      TilesetIndex 200
   }
}

############################################################

TILEIMP_OUTLET_MALL {
   Icon ICON_TILEIMP_OUTLET_MALL
   Tooltip TOOLTIP_TILEIMP_SELECT_ATM2_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_ATM2_BUTTON
   Level 2
   Class:ATM

   ConstructionTiles 1
   ConstructionTiles 24
   ConstructionTiles 25

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_GRASSLAND
      Terrain TERRAIN_PLAINS
      Terrain TERRAIN_DESERT
      Terrain TERRAIN_FOREST
      Terrain TERRAIN_JUNGLE
      Terrain TERRAIN_SWAMP
      Terrain TERRAIN_TUNDRA

      BonusFood 10
      BonusProduction 5
      BonusGold 30
	EnableAdvance ADVANCE_PLASTICS
      ProductionCost 400
      ProductionTime 2
      TilesetIndex 26
   }
}

############################################################

TILEIMP_SONAR_BUOYS {
   Icon ICON_TILEIMP_SONAR_BUOYS
   Tooltip TOOLTIP_TILEIMP_SELECT_SONAR_BUOYS_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_SONAR_BUOYS_BUTTON
   Level 1
   Class:OceanDetector

   ConstructionTiles 50
   ConstructionTiles 50
   ConstructionTiles 50

   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   CanSee:Underwater
   CanSee:Standard
   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_WATER_KELP
      Terrain TERRAIN_WATER_REEF
      Terrain TERRAIN_WATER_BEACH
      Terrain TERRAIN_WATER_DEEP
      Terrain TERRAIN_WATER_RIFT
      Terrain TERRAIN_WATER_SHALLOW
      Terrain TERRAIN_WATER_SHELF
      Terrain TERRAIN_WATER_TRENCH
      Terrain TERRAIN_WATER_VOLCANO

      Radar
      ListeningPost
      VisionRange 4
      RadarRange 4
      EnableAdvance ADVANCE_RADIO
      ProductionCost 1000
      ProductionTime 2
      TilesetIndex 70
   }
}

############################################################

TILEIMP_TERRAFORM_BROWN_HILL {
   Icon ICON_TERRAIN_BHILLS
   Tooltip TOOLTIP_TILEIMP_SELECT_BROWN_HILL_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_BROWN_HILL_BUTTON
   TerraformTerrain TERRAIN_BROWN_HILL
   Level 2
   Column 2
   Class:Terraform
   GLHidden

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_KELP
   CantBuildOn TERRAIN_WATER_REEF
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanATM
   Excludes:OceanDetector
   Excludes:OceanFarm
   Excludes:OceanMine
   Excludes:Structure1
   Excludes:Structure2

   TerrainEffect {
      Terrain TERRAIN_BROWN_MOUNTAIN

      BonusFood 28
      BonusProduction 15
      BonusGold 13
      EnableAdvance ADVANCE_NANO_MACHINES
      ProductionCost 1200
      ProductionTime 4
      TilesetIndex 1
   }
}

## Tile production bonus is Grassland + Hydroponic Farm
############################################################

TILEIMP_TERRAFORM_BROWN_MOUNTAIN {
   Icon ICON_TERRAIN_BMOUNTAIN
   Tooltip TOOLTIP_TILEIMP_SELECT_BROWN_MOUNTAIN_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_BROWN_MOUNTAIN_BUTTON
   TerraformTerrain TERRAIN_BROWN_MOUNTAIN
   Level 3
   Class:Terraform
   GLHidden

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_KELP
   CantBuildOn TERRAIN_WATER_REEF
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:LandDetector
   Excludes:Farm
   Excludes:Mine
   Excludes:OceanATM
   Excludes:OceanDetector
   Excludes:OceanFarm
   Excludes:OceanMine
   Excludes:Structure1
   Excludes:Structure2

   TerrainEffect {
      Terrain TERRAIN_BROWN_MOUNTAIN
      ## Not used - cannot build anywhere

      ## EnableAdvance ADVANCE_FUSION
      TilesetIndex 1
   }
}

############################################################

TILEIMP_TERRAFORM_DESERT {
   Icon ICON_TERRAIN_DESERTS
   Tooltip TOOLTIP_TILEIMP_SELECT_DESERT_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_DESERT_BUTTON
   TerraformTerrain TERRAIN_DESERT
   Level 3
   Column 0
   Class:Terraform
   GLHidden

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_KELP
   CantBuildOn TERRAIN_WATER_REEF
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanATM
   Excludes:OceanDetector
   Excludes:OceanFarm
   Excludes:OceanMine
   Excludes:Structure1
   Excludes:Structure2

   TerrainEffect {
      Terrain TERRAIN_BROWN_HILL

      BonusFood 11
      BonusProduction 7
      BonusGold 9
      EnableAdvance ADVANCE_INDUSTRIAL_REVOLUTION
      ProductionCost 1050
      ProductionTime 3
      TilesetIndex 1
   }
}

## Tile improvement bonus is Trading Post
############################################################

TILEIMP_TERRAFORM_FOREST {
   Icon ICON_TERRAIN_FORESTS
   Tooltip TOOLTIP_TILEIMP_SELECT_DECIDUOUS_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_DECIDUOUS_BUTTON
   TerraformTerrain TERRAIN_FOREST
   Level 1
   Column 1
   Class:Terraform
   GLHidden

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_KELP
   CantBuildOn TERRAIN_WATER_REEF
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanATM
   Excludes:OceanDetector
   Excludes:OceanFarm
   Excludes:OceanMine
   Excludes:Structure1
   Excludes:Structure2
   
   TerrainEffect {
      Terrain TERRAIN_GRASSLAND
 
      BonusFood 28
      BonusProduction 13
      BonusGold 9
      EnableAdvance ADVANCE_CONSERVATION
      ProductionCost 750
      ProductionTime 3
      TilesetIndex 1
   }
}

## Tile production bonus is Forest+Hydroponic Farm
############################################################

TILEIMP_TERRAFORM_GRASSLAND {
   Icon ICON_TERRAIN_GRASSLANDS
   Tooltip TOOLTIP_TILEIMP_SELECT_GRASSLND_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_GRASSLND_BUTTON
   TerraformTerrain TERRAIN_GRASSLAND
   Level 1
   Column 0
   Class:Terraform
   GLHidden

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_KELP
   CantBuildOn TERRAIN_WATER_REEF
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN


   Excludes:Structure2
   Excludes:Structure1
   Excludes:OceanMine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Mine
   Excludes:LandDetector
   Excludes:Farm
   Excludes:ATM

   TerrainEffect {
      Terrain TERRAIN_PLAINS
 
      BonusFood 30
      BonusProduction 15
      BonusGold 5
      EnableAdvance ADVANCE_AGRICULTURE
      ProductionCost 600
      ProductionTime 2
      TilesetIndex 1
   }
}

## Tile production bonus is Grassland + Hydroponic Farm
############################################################

TILEIMP_TERRAFORM_HILL {
   Icon ICON_TERRAIN_HILLS
   Tooltip TOOLTIP_TILEIMP_SELECT_HILL_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_HILL_BUTTON
   TerraformTerrain TERRAIN_HILL
   Level 1
   Column 2
   Class:Terraform
   GLHidden

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_KELP
   CantBuildOn TERRAIN_WATER_REEF
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanATM
   Excludes:OceanDetector
   Excludes:OceanFarm
   Excludes:OceanMine
   Excludes:Structure1
   Excludes:Structure2

   TerrainEffect {
      Terrain TERRAIN_MOUNTAIN

      BonusFood 39
      BonusProduction 15
      BonusGold 8
      EnableAdvance ADVANCE_NANO_MACHINES
      ProductionCost 1200
      ProductionTime 3
      TilesetIndex 1
   }
}

## Tile production bonus is Grassland + Hydroponic Farm
############################################################

TILEIMP_TERRAFORM_JUNGLE {
   Icon ICON_TERRAIN_JUNGLES
   Tooltip TOOLTIP_TILEIMP_SELECT_JUNGLE_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_JUNGLE_BUTTON
   TerraformTerrain TERRAIN_JUNGLE
   Level 2
   Column 1
   Class:Terraform
   GLHidden

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_KELP
   CantBuildOn TERRAIN_WATER_REEF
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanATM
   Excludes:OceanDetector
   Excludes:OceanFarm
   Excludes:OceanMine
   Excludes:Structure1
   Excludes:Structure2

   TerrainEffect {
      Terrain TERRAIN_PLAINS
 
      BonusFood 31
      BonusProduction 16
      BonusGold 6
      EnableAdvance ADVANCE_CONSERVATION
      ProductionCost 750
      ProductionTime 3
      TilesetIndex 1
   }
}

## Tile production bonus is Jungle+Nature Preserve
############################################################

TILEIMP_TERRAFORM_MOUNTAIN {
   Icon ICON_TERRAIN_MOUNTAIN
   Tooltip TOOLTIP_TILEIMP_SELECT_MOUNTAIN_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_MOUNTAIN_BUTTON
   TerraformTerrain TERRAIN_MOUNTAIN
   Level 1
   Column 3
   Class:Terraform
   GLHidden

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_KELP
   CantBuildOn TERRAIN_WATER_REEF
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanATM
   Excludes:OceanDetector
   Excludes:OceanFarm
   Excludes:OceanMine
   Excludes:Structure1
   Excludes:Structure2

   TerrainEffect {
      Terrain TERRAIN_MOUNTAIN
      ## Can only be built on hill

      EnableAdvance ADVANCE_FUSION
      TilesetIndex 1
   }
}

############################################################

TILEIMP_TERRAFORM_PLAINS {
   Icon ICON_TERRAIN_PLAINS
   Tooltip TOOLTIP_TILEIMP_SELECT_PLAINS_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_PLAINS_BUTTON
   TerraformTerrain TERRAIN_PLAINS
   Level 2
   Column 0
   Class:Terraform
   GLHidden

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_KELP
   CantBuildOn TERRAIN_WATER_REEF
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanATM
   Excludes:OceanDetector
   Excludes:OceanFarm
   Excludes:OceanMine
   Excludes:Structure1
   Excludes:Structure2
 
   TerrainEffect {
      Terrain TERRAIN_FOREST
 
      BonusFood 33
      BonusProduction 18
      BonusGold 13
      EnableAdvance ADVANCE_AGRICULTURE
      ProductionCost 600
      ProductionTime 2
      TilesetIndex 1
   }

   TerrainEffect {
      Terrain TERRAIN_SWAMP
 
      BonusFood 30
      BonusProduction 15
      BonusGold 5
      EnableAdvance ADVANCE_AGRICULTURAL_REVOLUTION
      ProductionCost 900
      ProductionTime 3
      TilesetIndex 1
   }

   TerrainEffect {
      Terrain TERRAIN_HILL
 
      BonusFood 39
      BonusProduction 18
      BonusGold 11
      EnableAdvance ADVANCE_NANO_MACHINES
      ProductionCost 1200
      ProductionTime 4
      TilesetIndex 1
   }
}

## Tile production bonus is Grassland + Hydroponic Farm
############################################################

TILEIMP_TERRAFORM_SWAMP {
   Icon ICON_TERRAIN_SWAMPS
   Tooltip TOOLTIP_TILEIMP_SELECT_SWAMP_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_SWAMP_BUTTON
   TerraformTerrain TERRAIN_SWAMP
   Level 3
   Column 1
   Class:Terraform
   GLHidden

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_KELP
   CantBuildOn TERRAIN_WATER_REEF
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanATM
   Excludes:OceanDetector
   Excludes:OceanFarm
   Excludes:OceanMine
   Excludes:Structure1
   Excludes:Structure2

   TerrainEffect {
      Terrain TERRAIN_TUNDRA

      BonusFood 39
      BonusProduction 21
      BonusGold 11
      EnableAdvance ADVANCE_ADVANCED_COMPOSITES
      ProductionCost 600
      ProductionTime 3
      TilesetIndex 1
   }

   TerrainEffect {
      Terrain TERRAIN_JUNGLE

      BonusFood 36
      BonusProduction 18
      BonusGold 8
      EnableAdvance ADVANCE_INDUSTRIAL_REVOLUTION
      ProductionCost 600
      ProductionTime 3
      TilesetIndex 1
   }

}

## Tile production bonus is Grassland + Hydroponic Farm
############################################################

TILEIMP_TERRAFORM_TUNDRA {
   Icon ICON_TERRAIN_TUNDRA
   Tooltip TOOLTIP_TILEIMP_SELECT_TUNDRA_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_TUNDRA_BUTTON
   TerraformTerrain TERRAIN_TUNDRA
   Level 2
   Column 3
   Class:Terraform
   GLHidden

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_KELP
   CantBuildOn TERRAIN_WATER_REEF
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_MOUNTAIN


   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanATM
   Excludes:OceanDetector
   Excludes:OceanFarm
   Excludes:OceanMine
   Excludes:Structure1
   Excludes:Structure2

   TerrainEffect {
      Terrain TERRAIN_WHITE_HILL

      BonusFood 42
      BonusProduction 18
      BonusGold 8
      EnableAdvance ADVANCE_FUSION
      ProductionCost 1200
      ProductionTime 4
      TilesetIndex 1
   }
}

## Tile production bonus is Grassland + Hydroponic Farm
############################################################

TILEIMP_TERRAFORM_WHITE_HILL {
   Icon ICON_TERRAIN_WHILLS
   Tooltip TOOLTIP_TILEIMP_SELECT_WHITE_HILL_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_WHITE_HILL_BUTTON
   TerraformTerrain TERRAIN_WHITE_HILL
   Level 3
   Column 2
   Class:Terraform
   GLHidden

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_KELP
   CantBuildOn TERRAIN_WATER_REEF
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
 
   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanATM
   Excludes:OceanDetector
   Excludes:OceanFarm
   Excludes:OceanMine
   Excludes:Structure1
   Excludes:Structure2

   TerrainEffect {
      Terrain TERRAIN_WHITE_MOUNTAIN

      BonusFood 48
      BonusProduction 22
      BonusGold 12
      EnableAdvance ADVANCE_FUSION
      ProductionCost 600
      ProductionTime 3
      TilesetIndex 1
   }

   TerrainEffect {
      Terrain TERRAIN_GLACIER

      BonusFood 51
      BonusProduction 24
      BonusGold 16
      EnableAdvance ADVANCE_GAIA_THEORY
      ProductionCost 600
      ProductionTime 3
      TilesetIndex 1
   }

}

## Tile production bonus is Grassland+Hydroponic Farm
############################################################

TILEIMP_TERRAFORM_WHITE_MOUNTAIN {
   Icon ICON_TERRAIN_WMOUNTAIN
   Tooltip TOOLTIP_TILEIMP_SELECT_WHITE_MOUNTAIN_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_WHITE_MOUNTAIN_BUTTON
   TerraformTerrain TERRAIN_WHITE_MOUNTAIN
   Level 3
   Column 3
   Class:Terraform
   GLHidden

   ConstructionTiles 1
   ConstructionTiles 1
   ConstructionTiles 1

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_KELP
   CantBuildOn TERRAIN_WATER_REEF
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanATM
   Excludes:OceanDetector
   Excludes:OceanFarm
   Excludes:OceanMine
   Excludes:Structure1
   Excludes:Structure2

   TerrainEffect {
      Terrain TERRAIN_WHITE_MOUNTAIN
      ## Can only build on WHITE_HILL

      EnableAdvance ADVANCE_FUSION
      TilesetIndex 1
   }
}

############################################################

TILEIMP_TRADING_POST {
   Icon ICON_TILEIMP_TRADING_POST
   Tooltip TOOLTIP_TILEIMP_SELECT_ATM1_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_ATM1_BUTTON
   Level 1
   Class:ATM

   ConstructionTiles 1
   ConstructionTiles 21
   ConstructionTiles 22

   CantBuildOn TERRAIN_WATER_BEACH
   CantBuildOn TERRAIN_WATER_DEEP
   CantBuildOn TERRAIN_WATER_RIFT
   CantBuildOn TERRAIN_WATER_SHALLOW
   CantBuildOn TERRAIN_WATER_SHELF
   CantBuildOn TERRAIN_WATER_TRENCH
   CantBuildOn TERRAIN_WATER_VOLCANO
   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN
   CantBuildOn TERRAIN_GLACIER
 
   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_DESERT
      Terrain TERRAIN_JUNGLE
      Terrain TERRAIN_SWAMP
      Terrain TERRAIN_TUNDRA

      BonusFood 4
      BonusProduction 6
	BonusGold 4
	EnableAdvance ADVANCE_TRADE
      ProductionCost 250
      ProductionTime 2
      TilesetIndex 23
   }

   TerrainEffect {
      Terrain TERRAIN_GRASSLAND
      Terrain TERRAIN_PLAINS
      Terrain TERRAIN_FOREST

      BonusFood 4
      BonusProduction 4
	BonusGold 2
	EnableAdvance ADVANCE_TRADE
      ProductionCost 200
      ProductionTime 2
      TilesetIndex 23
   }
}

############################################################

TILEIMP_UNDERSEA_MINES {
   Icon ICON_TILEIMP_UNDERSEA_MINES
   Tooltip TOOLTIP_TILEIMP_SELECT_RIG1_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_RIG1_BUTTON
   Level 1
   Class:OceanMine

   ConstructionTiles 50
   ConstructionTiles 52
   ConstructionTiles 53

   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN

   Excludes:ATM
   Excludes:Farm
   Excludes:LandDetector
   Excludes:Mine
   Excludes:OceanFarm
   Excludes:OceanDetector
   Excludes:OceanATM
   Excludes:Structure1
   Excludes:Structure2
   Excludes:OceanMine

   TerrainEffect {
      Terrain TERRAIN_WATER_DEEP
      Terrain TERRAIN_WATER_SHALLOW
	Terrain TERRAIN_WATER_SHELF
      Terrain TERRAIN_WATER_KELP
      Terrain TERRAIN_WATER_REEF

      BonusProduction 17
      BonusGold 7
      EnableAdvance ADVANCE_NANO_ASSEMBLY
      ProductionCost 500
      ProductionTime 2
      TilesetIndex 54
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_RIFT

      BonusProduction 22
      BonusGold 12
      EnableAdvance ADVANCE_NANO_MACHINES
      ProductionCost 750
      ProductionTime 3
      TilesetIndex 54
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_VOLCANO

      BonusProduction 27
      BonusGold 17
      EnableAdvance ADVANCE_SMART_MATERIALS
      ProductionCost 1000
      ProductionTime 4
      TilesetIndex 54
   }
}

############################################################

TILEIMP_UNDERSEA_TUNNEL {
   Icon ICON_TILEIMP_UNDERSEA_TUNNEL
   Tooltip TOOLTIP_TILEIMP_SELECT_TUNNEL_BUTTON
   Statusbar STATUSBAR_TILEIMP_SELECT_TUNNEL_BUTTON
   Level 1
   Class:OceanRoad

   ConstructionTiles 50
   ConstructionTiles 50
   ConstructionTiles 50

   CantBuildOn TERRAIN_BROWN_HILL
   CantBuildOn TERRAIN_BROWN_MOUNTAIN
   CantBuildOn TERRAIN_DESERT
   CantBuildOn TERRAIN_FOREST
   CantBuildOn TERRAIN_GLACIER
   CantBuildOn TERRAIN_GRASSLAND
   CantBuildOn TERRAIN_HILL
   CantBuildOn TERRAIN_JUNGLE
   CantBuildOn TERRAIN_MOUNTAIN
   CantBuildOn TERRAIN_PLAINS
   CantBuildOn TERRAIN_SWAMP
   CantBuildOn TERRAIN_TUNDRA
   CantBuildOn TERRAIN_WHITE_HILL
   CantBuildOn TERRAIN_WHITE_MOUNTAIN
   CantBuildOn TERRAIN_WATER_TRENCH

   Excludes:Road
   Excludes:OceanRoad

   TerrainEffect {
      Terrain TERRAIN_WATER_BEACH
      Terrain TERRAIN_WATER_SHALLOW
      Terrain TERRAIN_WATER_KELP
      
      MoveCost 10
      EnableAdvance ADVANCE_ELECTRICITY
      ProductionCost 150
      ProductionTime 3
      TilesetIndex 500
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_REEF
      
      MoveCost 10
      EnableAdvance ADVANCE_ELECTRICITY
      ProductionCost 200
      ProductionTime 4
      TilesetIndex 500
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_DEEP
      Terrain TERRAIN_WATER_SHELF
      
      MoveCost 10
      EnableAdvance ADVANCE_NANO_ASSEMBLY
      ProductionCost 250
      ProductionTime 5
      TilesetIndex 500
   }

   TerrainEffect {
      Terrain TERRAIN_WATER_VOLCANO
	Terrain TERRAIN_WATER_RIFT
      
      MoveCost 10
      EnableAdvance ADVANCE_NANO_ASSEMBLY
      ProductionCost 300
      ProductionTime 6
      TilesetIndex 500
   }
}

############################################################
